home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / cron / TODO.Debian < prev   
Encoding:
Text File  |  2010-12-18  |  1.9 KB  |  52 lines

  1.  
  2. TODO stuff
  3. ----------
  4.  
  5. - Split of standard tasks to cron-standard, preliminary packages
  6.   currently available at 
  7.   http://people.debian.org/~jfs/cron-standard
  8.   but we need to handle the conffiles so that they don't get messed up
  9.   See bug #257393 and 
  10.   Message-ID: <20050309142043.GB16617@dat.etsit.upm.es>
  11.  
  12. - Better behave with cron replacements, investigate how cron packages
  13.   (like fcron or bcron) can be installed/deinstalled without breaking 
  14.   the system. 
  15.   This might imply fixing #304036 (which might help fix #312614 too BTW)
  16.  
  17. - Greatly improve change detection code for /etc/cron.d. Currently, only
  18.   broken symlinks are handled correctly. Other errors (bad file owner,
  19.   bad file permissions) require a restart.
  20.   NOTE: The broken-symlink-code can be generalized and adapted for this
  21.  
  22. - Debate changing the policy of /etc/cron.d being a drop-in for packages
  23.   only vs. a general drop-in for crontabs
  24.  
  25.  
  26. Milestones
  27. ----------
  28.  
  29. - Convert source package to source format 3.0 (quilt)
  30.   The current cron source package is the result of a 1993 upstream and
  31.   17 years of commits. This organic growth must be normalized before an
  32.   upgrade to upstream cron-4.1 can be considered.
  33.  
  34. - Compare our resulting cron-3.0 patches to FreeBSD's where possible
  35.   This is intended as a safety measure; the goal is to identify any grave
  36.   errors or other larger issues in our patches so we don't carry them on
  37.   into cron-4.1.
  38.  
  39. - Review and update the ancient Debian packaging
  40.   Certain elements are heavily outdated and must be either brought
  41.   up-to-date, or dropped.
  42.  
  43. - Update to upstream cron-4.1
  44.  
  45. - Compare our resulting cron-4.1 to RHEL/SLES, with a focus on possible
  46.   security issues (SUID/SGID, SELinux, ...)
  47.  
  48. - Compare our resulting cron-4.1 to Fedora's cronie (a fork of ISC cron)
  49.  
  50. - Consider switching upstream to cronie, or at least grabbing some
  51.   of it's features such as INOTIFY support.
  52.